home *** CD-ROM | disk | FTP | other *** search
- #include <libraries/mui.h>
- #include <proto/muimaster.h>
- #include <clib/exec_protos.h>
- #include <exec/memory.h>
-
- #ifndef MAKE_ID
- #define MAKE_ID(a,b,c,d) ((ULONG) (a)<<24 | (ULONG) (b)<<16 | (ULONG) (c)<<8 | (ULONG) (d))
- #endif
-
- #ifdef _DCC
- #define __inline
- #endif
-
- /* ExTended KeyButton ( or Eric Totel KeyButton :-) ) */
- /* to use with localization features */
-
- static APTR __inline ETKeyButton(char *text)
- {
- return (KeyButton(&text[3], text[1]));
- }
-